geany_d_binding.geany.plugins

Undocumented in source.

Members

Functions

GEANY_PLUGIN_REGISTER
gboolean GEANY_PLUGIN_REGISTER(GeanyPlugin* plugin, gint min_api_version)
Undocumented in source. Be warned that the author may not have intended to support it.
GEANY_PLUGIN_REGISTER_FULL
gboolean GEANY_PLUGIN_REGISTER_FULL(GeanyPlugin* plugin, gint min_api_version, gpointer pdata, GDestroyNotify free_func)
Undocumented in source. Be warned that the author may not have intended to support it.
g_module_check_init
const(gchar)* g_module_check_init(GModule* modul)
Undocumented in source. Be warned that the author may not have intended to support it.
g_module_unload
void g_module_unload(GModule* modul)
Undocumented in source. Be warned that the author may not have intended to support it.
geany_load_module
void geany_load_module(GeanyPlugin* plugin)

It is need to implement it in the plugin code

geany_plugin_register
gboolean geany_plugin_register(GeanyPlugin* plugin, gint api_version, gint min_api_version, gint abi_version)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
geany_plugin_register_full
gboolean geany_plugin_register_full(GeanyPlugin* plugin, gint api_version, gint min_api_version, gint abi_version, gpointer data, GDestroyNotify free_func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Structs

GeanyPlugin
struct GeanyPlugin

Basic information for the plugin and identification.

GeanyPluginFuncs
struct GeanyPluginFuncs

Callback functions that need to be implemented for every plugin.

GeanyPluginPrivate
struct GeanyPluginPrivate
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GeanyProxyFuncs
struct GeanyProxyFuncs
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PluginCallback
struct PluginCallback

Callback array entry type used with the @ref plugin_callbacks symbol.

PluginInfo
struct PluginInfo

Basic information about a plugin available to Geany without loading the plugin.

Meta